Cloud Computing by Nick Antonopoulos & Lee Gillam
Author:Nick Antonopoulos & Lee Gillam
Language: eng
Format: epub
Publisher: Springer International Publishing, Cham
(7.1)
We implement a more efficient version of BC introduced by Brandes [16]. For a graph with n vertices and m edges, this algorithm requires O(n+m) space. The algorithm runs in O(nm) and O(nm+n2log n) time on unweighted and weighted graphs, respectively [16]. Brandes algorithm traverses the vertices in nonincreasing order of their distance from source vertex (Brandes does not mandate use of a specific traversal algorithm for this purpose [16]). Once this is done, it backtracks through the frontiers to update sum of important values of each vertex [53]. However, it should be noted that in the case of AttributedGraph we use Dijkstra’s algorithm instead of BFS in order to account for edge weights. We do not do any approximation of BC, rather we calculate exact BC scores on large graphs.
In our BC algorithm at the beginning, Place 0 instantiates BetweennessCent- -rality class objects in all the places. After construction of each object, it invokes the method for constructing neighbor map that includes information of the neighbor connectivity. Once each object constructs their own neighbor map, each object runs Brandes on assigned vertices on them and calculates BC in parallel. Finally, betweenness scores are scattered among each place via a distributed all reduce operation, which are then reported as an array object from Place 0. A code snippet of our BC implementation on PlainGraph is shown in Fig. 7.4. Note that important X10 language constructs are highlighted in bold italics font in Figs. 7.4 and 7.5.
Fig. 7.4A code snippet of BC calculation on PlainGraph
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7798)
Grails in Action by Glen Smith Peter Ledbrook(7710)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6720)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6719)
Running Windows Containers on AWS by Marcio Morales(6234)
Kotlin in Action by Dmitry Jemerov(5078)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4995)
Combating Crime on the Dark Web by Nearchos Nearchou(4583)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(4495)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4430)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(4255)
The Age of Surveillance Capitalism by Shoshana Zuboff(3968)
Python for Security and Networking - Third Edition by José Manuel Ortega(3823)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3519)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3495)
Learn Wireshark by Lisa Bock(3409)
Mastering Python for Networking and Security by José Manuel Ortega(3366)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3341)
Blockchain Basics by Daniel Drescher(3312)
